projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa150c
)
Make the xm-test ramdisk makefile correct the permissions on the rcS script
author
danms@us.ibm.com
<danms@us.ibm.com>
Wed, 7 Dec 2005 15:50:59 +0000
(15:50 +0000)
committer
danms@us.ibm.com
<danms@us.ibm.com>
Wed, 7 Dec 2005 15:50:59 +0000
(15:50 +0000)
Signed-off-by: Dan Smith <danms@us.ibm.com>
tools/xm-test/ramdisk/Makefile.am
patch
|
blob
|
history
diff --git
a/tools/xm-test/ramdisk/Makefile.am
b/tools/xm-test/ramdisk/Makefile.am
index be0636fa74410cf7ac27b0c26b4789c5ccb50095..d83aee56caf0c3e0cf0ba1e741f9f4a52940e378 100644
(file)
--- a/
tools/xm-test/ramdisk/Makefile.am
+++ b/
tools/xm-test/ramdisk/Makefile.am
@@
-29,6
+29,7
@@
$(BR_IMG): $(BR_SRC)
cd $(BR_SRC) && make oldconfig && make
$(XMTEST_VER_IMG): $(BR_IMG)
+ chmod a+x skel/etc/init.d/rcS
(cd skel; tar cf - .) | (cd $(BR_SRC)/$(BR_ROOT); tar xvf -)
cd $(BR_SRC) && make
cp $(BR_IMG) initrd-$(XMTEST_MAJ_VER).img